home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / cli / cliutils_mra.lha / Docs / AskErr.doc < prev    next >
Encoding:
Text File  |  1999-02-22  |  397 b   |  21 lines

  1.  
  2. $VER: AskErr.doc v1.0 (c) 1999 by Mauro Panigada
  3.  
  4. AskErr v1.0
  5. ===========
  6.  
  7. (c) 1999 by Mauro Panigada
  8.  
  9. AskErr is a simple, very short CLI/Shell utility that allow you to know the
  10. error string associated with an error number.
  11.  
  12. For example:
  13.  
  14.  1> AskErr 205
  15.  object not found
  16.  1> AskErr 206
  17.  invalid window description
  18.  
  19. Of course, typing "AskErr ?" you will have the template, but it is so easy!!!
  20.  
  21.